Xceed DataGrid for Silverlight Documentation
Add(KeyValuePair<TKey,TValue>) Method


A KeyValuePair containing the key and the value of the element to add.
Adds the specified key and value to the dictionary.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) 
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
 
instance.Add(item)
public void Add( 
   KeyValuePair<TKey,TValue> item
)

Parameters

item
A KeyValuePair containing the key and the value of the element to add.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members
Overload List

Send Feedback